Package com.cisco.pt.ipc.sim
Interface TunnelGeneralAttributes
- All Superinterfaces:
IPCObject
- All Known Implementing Classes:
TunnelGeneralAttributesImpl
Information provided by the PKI file:
\class TunnelGeneralAttributes
\brief This class holds the General Tunnel Attributes
\example network().getDevice("Router0").getProcess("IpsecProcess").getTunnelGroupAt(0).getGeneralAttributes();
- Author:
- Auto-generated
-
Method Summary
Modifier and TypeMethodDescriptionInformation provided by the PKI file:Information provided by the PKI file:voidsetPolicyName(String policyName) Information provided by the PKI file:Methods inherited from interface com.cisco.pt.ipc.IPCObject
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSession
-
Method Details
-
setPolicyName
Information provided by the PKI file:
\brief Sets the policy name. \param string, the policy name.- Parameters:
policyName- Takes in a parameter of policyName
-
getTunnelName
String getTunnelName()Information provided by the PKI file:
\brief Returns the tunnel name. \return string, the tunnel name.- Returns:
- String Returns a String
-
getPolicyName
String getPolicyName()Information provided by the PKI file:
\brief Returns the policy name. \return string, the policy name.- Returns:
- String Returns a String
-